home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 16
/
CU Amiga Magazine's Super CD-ROM 16 (1997-10-16)(EMAP Images)(GB)[!][issue 1997-11].iso
/
CUCD
/
Graphics
/
PicManager
/
Rexx1
/
SuperView_EXPORT.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-10-24
|
579b
|
26 lines
/*
** EXPORTS A PICTURE FROM PictureManager into SuperView
**
** (c) 1995 J. Schaefer / A. Kleinert - ALL RIGHTS RESERVED
**
**
**
** NOTE: If you write your own AREXX-script to export pictures from
** Picture Manager Professional to any programs,
** change the path and filename of the file to process
** to PicManFile (see below, CASE SENSITIVE!!!)
**
** Read the PictureManager manual for more information
**
**
**
/* Load the Picture */
ADDRESS 'SuperView.rx'
"OPEN_GUI"
SVCommand = "LOAD=" || PicManFile
address 'SuperView.rx' SVCommand
EXIT